com.sabro.jbusiness.sys
Enum SysTarefa.TipoTarefa

java.lang.Object
  extended by java.lang.Enum<SysTarefa.TipoTarefa>
      extended by com.sabro.jbusiness.sys.SysTarefa.TipoTarefa
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SysTarefa.TipoTarefa>
Enclosing class:
SysTarefa

public static enum SysTarefa.TipoTarefa
extends java.lang.Enum<SysTarefa.TipoTarefa>

Tipos de tarefa definidas


Enum Constant Summary
AtalhoCadastro
           
AtalhoConsulta
           
AtalhoLigacao
           
AtalhoMenu
           
CriaFuncaoSql
           
CriaJobSql
           
CriaStoredProcedure
           
CriaTriggerSql
           
CriaViewSql
           
ExecutaClasseJava
           
MenuRaiz
           
ScriptJava
           
ScriptSql
           
ScriptVb
           
 
Method Summary
static SysTarefa.TipoTarefa getTipo(char tipoChar)
           
 char getTipoChar()
           
static SysTarefa.TipoTarefa valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SysTarefa.TipoTarefa[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

MenuRaiz

public static final SysTarefa.TipoTarefa MenuRaiz

AtalhoMenu

public static final SysTarefa.TipoTarefa AtalhoMenu

AtalhoCadastro

public static final SysTarefa.TipoTarefa AtalhoCadastro

AtalhoLigacao

public static final SysTarefa.TipoTarefa AtalhoLigacao

AtalhoConsulta

public static final SysTarefa.TipoTarefa AtalhoConsulta

ScriptJava

public static final SysTarefa.TipoTarefa ScriptJava

ScriptSql

public static final SysTarefa.TipoTarefa ScriptSql

ScriptVb

public static final SysTarefa.TipoTarefa ScriptVb

ExecutaClasseJava

public static final SysTarefa.TipoTarefa ExecutaClasseJava

CriaJobSql

public static final SysTarefa.TipoTarefa CriaJobSql

CriaStoredProcedure

public static final SysTarefa.TipoTarefa CriaStoredProcedure

CriaFuncaoSql

public static final SysTarefa.TipoTarefa CriaFuncaoSql

CriaTriggerSql

public static final SysTarefa.TipoTarefa CriaTriggerSql

CriaViewSql

public static final SysTarefa.TipoTarefa CriaViewSql
Method Detail

values

public static SysTarefa.TipoTarefa[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SysTarefa.TipoTarefa c : SysTarefa.TipoTarefa.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SysTarefa.TipoTarefa valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getTipoChar

public char getTipoChar()

getTipo

public static SysTarefa.TipoTarefa getTipo(char tipoChar)